home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / asmexam.arc / README1.DOC < prev    next >
Text File  |  1984-09-28  |  3KB  |  66 lines

  1. ************************************************************************
  2.     North Texas Personal Computer Users Group - DISKETTE PD0015
  3. ------------------------------------------------------------------------
  4. THIS DISKETTE CONTAINS PROGRAMS MADE AVAILABLE TO PC CLUB MEMBERS  AS  A 
  5. SERVICE.  IN NO EVENT WILL The North Texas Personal Computer Users Group 
  6. BE  LIABLE  TO  YOU  FOR ANY DAMAGES,  INCLUDING ANY LOST PROFITS,  LOST 
  7. SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF  THE 
  8. USE OF OR INABILITY TO USE SUCH PROGRAMS, EVEN IF The Group HAS HAS BEEN 
  9. ADVISED  OF  THE  POSSIBILITY  OF SUCH DAMAGES,  OR FOR ANY CLAIM BY ANY 
  10. OTHER PARTY. 
  11.                                              (Double-sided  8 sector)
  12. ***********************************************************************
  13. *                                                                     *
  14. *   The files on this disk are all examples used in the               *
  15. *   Beginning Assembly Language course for the IBM PC                 *
  16. *   Users Group held July-Oct 1984  by Jeanne Pitz                    *
  17. *                                                                     *
  18. ***********************************************************************
  19.  
  20. File Name
  21.  
  22. GLOS         Glossary of terms
  23.  
  24. The following files have several types depending on what they are:
  25. FILENAME.ASM  Assembly source
  26. FILENAME.OBJ  Output of assembler (relocatable object) needs to be linked
  27. FILENAME.LST  Listing file use compressed print
  28. FILENAME.EXE   Output of linker executable file
  29.  
  30. To run a file under debug enter:
  31. A>DEBUG FILENAME.EXE
  32. To run a file stand alone (see caution)
  33. A>FILENAME
  34.  
  35. ==================== Run these files only under debug ==================
  36. ==================== and single step using T command  ==================
  37. File Name
  38.  
  39. MOVINST      mov instructions run single step under debug
  40. ASCADJ       decimal and ascii adjust instrucions
  41. JUMP         near jum instructions
  42. ARITH        arithmetic instructions
  43. LOGIC        logical instructions
  44. STRING       string instructions
  45. ODDS         odds and ends
  46. ASCIIBIN     Ascii to binary conversion example
  47. ASCIBIN1     Variation on ascii/binary conversion
  48.  
  49.  
  50. =======================  Runable without debug =======================
  51. File Name
  52.  
  53. MEMSIZE      checks memory size and if > 512 updates memsize variable
  54. PASSWORD     For dos 2.1, a way to setup a password for system
  55. FREE         Shows free space on a disk under 2.1 - details FCB
  56. DUMP         Allows file contents to be dumped to printer, file or screen
  57.              details file handles in 2.1
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.